home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
utils
/
fgscroll.arj
/
FILEIO.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-08-25
|
252b
|
14 lines
// File io routines...
#include <io.h>
#include <fcntl.h>
#include <sys\stat.h>
#ifndef __FILE_IO_H
#define __FILE_IO_H
void LoadFile(char *FileName, void *Data, int count);
void SaveFile(char *FileName, void *Data, int count);
#endif